home *** CD-ROM | disk | FTP | other *** search
- echo off
- if %1*==* goto 1
- goto %1
- :1
- quote
- if errorlevel 4 goto 4
- if errorlevel 3 goto 3
- if errorlevel 2 goto 2
- if errorlevel 1 goto 1
- goto end
- :2
- qtrack
- if errorlevel 4 goto 4
- if errorlevel 3 goto 3
- if errorlevel 2 goto 2
- if errorlevel 1 goto 1
- goto end
- :3
- if not exist qbrowse.exe goto nob
- qbrowse
- if errorlevel 4 goto 4
- if errorlevel 3 goto 3
- if errorlevel 2 goto 2
- if errorlevel 1 goto 1
- goto end
- :nob
- cls
- echo The QBROWSE.EXE program is not present. If you have not yet ordered it from
- echo PRO DEV Software, the cost is only $10 plus $5 Shipping & Handling. Please
- echo COPY REGISTER.DOC PRN (Enter) to print the description and ordering form.
- echo .
- goto end
- :4
- if not exist eprice.exe goto end
- eprice
- if errorlevel 4 goto 4
- if errorlevel 3 goto 3
- if errorlevel 2 goto 2
- if errorlevel 1 goto 1
- :end